home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / jd.arc / JD.DOC < prev    next >
Text File  |  1988-07-30  |  1KB  |  32 lines

  1.  
  2.                JD.EXE Documentation - Version 1.0
  3.  
  4.     JD is a replacement program for the built in function CD or
  5. CHDIR in COMMAND.COM.  Basically JD does everything CD does with
  6. the addition that Environment Variable Strings are allowed on the
  7. command line.
  8.  
  9.     JD.EXE  <parameter>
  10.     <parameter> = Valid DOS path name or
  11.                   Valid Environment String Variable Name.
  12.  
  13.     To see a current list of environment strings type: C:SET
  14.     To create an environment string type: C:SET NAME=PATH
  15.     To delete an environment string type: C:SET NAME=
  16.  
  17.     JD is a public domain program and as such I have provided its
  18. source in this archive.  It was written using TURBO C v1.5 from
  19. Borland International.  Feel free to distribute the code and source
  20. in any manner you wish.  JD is supplied as is and I make no claims
  21. to its functionality and will assume no liabilities from its use. 
  22. Use JD at your own risk.  Please keep the source, documentation,
  23. and EXE files together when distributing JD to friends.  If you
  24. make any further enhancements to JD please send me a copy.
  25.  
  26.     Faulkner Consulting
  27.     Attn: William Faulkner
  28.     4552 N. 76th Street
  29.     Milwaukee, WI  53218
  30.  
  31.  
  32.